@sanity
Feature: Vessel order and ops vessel timehseet functionalities
File name: vesselOrder.feature
Relative path: features/vesselOrder.feature
Given
TR user logged into the application
Given
the user creates a new vessel order
Then
the user discards the order
Given
TR user logged into the application
Then
Verify that the appropriate validation message for berth , start time and reference field
Then
Verify that the appropriate validation message for steady name and steady count field
Given
TR user logged into the application
Given
the user creates a new vessel order
Then
the user firm the order
Then
the user push the labor order to the summary sheet
Then
the user cancel the order
@sanity
Scenario: Vessel Order Timehseet - Save without submit, Save and Submit, Reject, Approve, Remove Approval, Add new steady and Download Report
Given
TR user logged into the application
Given
the user creates a new vessel order
Then
the user push the labor order to the summary sheet
locator.fill: value: expected string, got undefined
at vesselOrderPage.(anonymous) (C:\SOTA-AUTOMATION\src\pages\vesselOrder.page.ts:584:97)
at step (C:\SOTA-AUTOMATION\src\pages\vesselOrder.page.ts:33:23)
at Object.next (C:\SOTA-AUTOMATION\src\pages\vesselOrder.page.ts:14:53)
at fulfilled (C:\SOTA-AUTOMATION\src\pages\vesselOrder.page.ts:5:58)
When
the user saves the vessel order without submitting it
Then
the user saves and submits the vessel order
Then
user click on logout button
Then
Ops user logged into the application
Then
Ops user submits and approve the vessel timesheet
Then
ops user reject the vessel timesheet
Then
verify remove approval functionality
Then
user click on logout button
Then
Timehseet entry user logged into the application
Then
Labor entry add new steady details and mgr comments and submit the timehseet
Then
user click on logout button
Then
Ops user logged into the application
Then
Ops user submits and approve the vessel timesheet
Then
the user verifies the download report functionality for the vessel order
Then
user click on logout button